home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 April / CHIP 1996 aprilis (CD06).zip / CHIP_CD06.ISO / sac / pack / lgpkv110.exe / rar / README.HDR < prev   
Text File  |  1995-12-09  |  6KB  |  112 lines

  1.  
  2.  ╔════════════════════════════════════════════════════════════════════════════╗
  3.  ║                  ┌────────      ┌──────      ┌──   ┌──                     ║
  4.  ║                     ┌──        ┌──   ┌──     ┌──   ┌──                     ║
  5.  ║                     ┌──        ┌──           ┌── ┌ ┌──                     ║
  6.  ║                     ┌──        ┌──   ┌──     ┌─── ┌───                     ║
  7.  ║                     ┌──    ┌──  ┌──────  ┌── ┌──   ┌── ┌──                 ║
  8.  ║                                                                            ║
  9.  ║                                  Software                                  ║
  10.  ╚════════════════════════════════════════════════════════════════════════════╝
  11.                                Robert L. LaPrise
  12.                                FIDOnet 1:282/4098
  13.                                   612-939-0031
  14.                                 Hopkins, MN USA
  15.  ──────────────────────────────────────────────────────────────────────────────
  16.  DISCLAIMER:
  17.  
  18.         By the extraction of the program executable from the distribution
  19.  archive and/or the use (or attempted use) of the program you the end user
  20.  assume full and complete liability for any and all damages consequential
  21.  and inconsequential to which you may be subject.
  22.  
  23.         This software is distributed under the Freeware concept and it's
  24.  author Robert LaPrise and T.C.W. Software make absolutely no guarantees
  25.  in it's regard other than that it will occupy space upon the drive on
  26.  which it is installed.
  27.  
  28.         You the end user may not hold the author or T.C.W. Software in any
  29.  way liable for any problems the use of this software may incur.
  30.  
  31.         Your use of this software is a legal agreement to abide by the above
  32.  terms.
  33.  ──────────────────────────────────────────────────────────────────────────────
  34.                                    LOGPAK v1.10
  35.  
  36.       This program was written to save me the effort of changing the parameters
  37.  being used in my maintenance batch file every month. I used to run a program
  38.  that would change the name of a file to ??MMDDYY.??? where the ? were the
  39.  characters from the original filename. I'd then add this to an archive named
  40.  ??MMYY.??? where the ? were whatever I wanted them to be :-)
  41.  
  42.       Sadly, every first of the month I had to change the command lines so the
  43.  archive name reflected the new month.
  44.  
  45.       LogPak handles this itself by first changing the filname to ??DDMMYY.???
  46.  where ?? is the first two letters of the original filename, and ??? is whatever
  47.  extension is specified in the programs command line.
  48.  
  49.       The date used is the filedate of the file being processed, it is then
  50.  packed to a monthly archive with the filedate being parsed down to supply
  51.  the date part of it's name as well.
  52.  
  53.       So, as long as you start with fresh logfiles each day (assuming you run
  54.  your maintenance at 00:00 +/- a minute or so) each processing run will yield
  55.  a file renamed to ??DDMMYY.??? which reflects the exact date of that particular
  56.  log, to an archive named ??MMYY.??? reflecting the month and year those logs
  57.  are for.
  58.  
  59.     This program operates with a hardcoded archiver command line as follows:
  60.  
  61.     For daily processing  : RAR.EXE m -ep -y -s -c- -std
  62.  
  63.     For monthly processing: RAR.EXE a -ep -y -s -c- -std
  64.  
  65.     The command line parameters are will be displayed by running LOGPAK from
  66.     the command line with no additional parameters.
  67.  
  68.     As said, this program runs _only_ with RAR and uses the European date
  69.  format. A fully command line driven version has been released in the states,
  70.  however that was simply to pacify my American brethren and their foolishness.
  71.  (Alas, we in the states have no culture of our own so try to make up for it
  72.  by forcing the rest of the world to see things "our way". Many still use ZIP
  73.  simply because "Everbody else does." Blech! Anybody know what the weather's
  74.  been like in Australia?)
  75.  
  76.     I believe RAR is superior to the rest so this is being released in the RAR
  77.  echo to be of aid to any other RAR supporters. This is also the version I use
  78.  on my own system. For those who insist on using "inferior" archivers, FREQ
  79.  LOGPAK2 from the above address for the fully configurable release.
  80.  
  81.   History:
  82.  ──────────────────────────────────────────────────────────────────────────────
  83.  v1.00 - 02 Dec, 1995 - Original releases
  84.  
  85.     v1.00 using hardcoded RAR command lines and a European date format.
  86.     v1.00am & v1.00eu allowing definable archiver types/command lines.
  87.     v1.00am uses American date formats, v1.00eu uses European date formats.
  88.  
  89.  v1.10 - 09 Dec, 1995 - Update release.
  90.  
  91.     v1.10 added command line help, displayed when no parameters, insufficient
  92.     parameters, or improper parameters are used on the command line.
  93.  
  94.     Added a monthly or daily processing option. Files are either processed as
  95.     a daily log added to a monthly archive, or a monthly log added to a yearly
  96.     archive.
  97.  
  98.     Added the moving of the monthly archives (created using the daily processing
  99.     option) to a yearly archive on the first of every month.
  100.  
  101.     Example - when nightly maintenance is run after midnight (when the system
  102.     date has changed to the first of a new month) the previous days log will be
  103.     renamed per programs normal operation, then moved to the previous months
  104.     archive (as the last log to be added to that archive). Upon completion of
  105.     this process, the previous months archive will then be automatically moved
  106.     into a yearly archive (naming convention being FILENAME.0?? with the ??
  107.     representing the last two digits of the year the logfile and monthly archive
  108.     are for, and FILENAME being the name of the original file being processed).
  109.  
  110.     For further information, run the program in daily processing mode using the
  111.     test switch.
  112.